home *** CD-ROM | disk | FTP | other *** search
/ D-Rom (UK) / D_ROM / D_ROM (Track 01).bin / drom.dir / 00098.ls < prev    next >
Encoding:
Text File  |  1997-07-24  |  95 b   |  10 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on mouseUp
  6.   if the doubleClick then
  7.     quit()
  8.   end if
  9. end
  10.